home *** CD-ROM | disk | FTP | other *** search
/ 100 Best Shareware & Freeware Games / 100 Games.iso / Action / Meteor / ENGINE.DEF < prev    next >
Encoding:
Text File  |  2001-07-15  |  1.7 KB  |  54 lines

  1. // * GLOBAL SYSTEM DEFS FILE - DO NOT EDIT! *
  2.  
  3. // This is the Meteor engine's defs file.
  4. // DO NOT MODIFY THIS FILE!  If you do then bad things may happen
  5. // when you try to run Meteor!
  6.  
  7. // ========================================================================
  8. // * GAME TIMER VARS *
  9.  
  10. // This tells the game to limit the speed of the game using timer code, if
  11. // this is not set then the game will run at processor speed.
  12. number UseGameTimer 1
  13.  
  14. // ========================================================================
  15. // * PATHS *
  16.  
  17. // The default base folder
  18. string mainbasedir      "base"
  19.  
  20. // The image import export folder
  21. string pcximportpath    "..\gfxsrc\"
  22.  
  23. // Game data sub-folders
  24. string soundfxpath      "soundfx\"
  25. string mapspath         "maps\"
  26. string spritespath      "sprites\"
  27. string racespath        "races\"
  28. string projectilespath  "ptiles\"
  29. string weaponspath      "weapons\"
  30. string tilespath        "tiles\"
  31. string playerspath      "players\"
  32. string helppath         "help\"
  33. string musicpath        "music\"
  34. string savespath        "saves\"
  35.  
  36. // ========================================================================
  37. // * PLAYER ID NUMBERS *
  38.  
  39. number playerraceid -2 // player race id
  40. number playerside 0 // player side
  41.  
  42. // ========================================================================
  43. // * SYSTEM FILES *
  44.  
  45. string maintilesetfile          main.til
  46.  
  47. // ========================================================================
  48. // * MISC *
  49.  
  50. string noextendedtileset        "(no extended tileset)"
  51. string nowavefile               "blank"
  52. string untitled                 "(untitled)"
  53. string none                     "(none)"
  54.